source/derelict/enet/enet.d(72,35): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `enet_initialize` source/derelict/enet/enet.d(72,22): Error: cast from `extern (C) int function() nothrow @nogc*` to `void**` not allowed in safe code source/derelict/enet/enet.d(73,35): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `enet_initialize_with_callbacks` source/derelict/enet/enet.d(73,22): Error: cast from `extern (C) int function(uint, const(ENetCallbacks*)) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/enet/enet.d(74,35): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `enet_deinitialize` source/derelict/enet/enet.d(74,22): Error: cast from `extern (C) void function() nothrow @nogc*` to `void**` not allowed in safe code source/derelict/enet/enet.d(75,35): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `enet_linked_version` source/derelict/enet/enet.d(75,22): Error: cast from `extern (C) uint function() nothrow @nogc*` to `void**` not allowed in safe code source/derelict/enet/enet.d(76,35): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `enet_time_get` source/derelict/enet/enet.d(76,22): Error: cast from `extern (C) uint function() nothrow @nogc*` to `void**` not allowed in safe code source/derelict/enet/enet.d(77,35): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `enet_socket_create` source/derelict/enet/enet.d(77,22): Error: cast from `extern (C) int function(int) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/enet/enet.d(78,35): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `enet_socket_bind` source/derelict/enet/enet.d(78,22): Error: cast from `extern (C) int function(int, const(ENetAddress*)) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/enet/enet.d(79,35): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `enet_socket_get_address` source/derelict/enet/enet.d(79,22): Error: cast from `extern (C) int function(int, ENetAddress*) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/enet/enet.d(80,35): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `enet_socket_listen` source/derelict/enet/enet.d(80,22): Error: cast from `extern (C) int function(int, int) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/enet/enet.d(81,35): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `enet_socket_accept` source/derelict/enet/enet.d(81,22): Error: cast from `extern (C) int function(int, ENetAddress*) nothrow @nogc*` to `void**` not allowed in safe code /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.